home *** CD-ROM | disk | FTP | other *** search
- on exitFrame me
- global cc
- repeat with cc = 57 to 59
- set the constraint of sprite cc to 0
- end repeat
- repeat with cc = 57 to 59
- set the locH of sprite cc to 539
- set the constraint of sprite cc to cc - 3
- sprite(cc).color = rgb(128, 128, 128)
- end repeat
- repeat with cc = 51 to 53
- sprite(cc).color = rgb(128, 128, 128)
- end repeat
- showit(185, 187)
- hideit(188, 190)
- showit(191, 191)
- hideit(192, 197)
- showit(198, 200)
- hideit(201, 202)
- showit(203, 203)
- end
-